Win32: remove leftover function
authorPaolo Borelli <pborelli@gnome.org>
Mon, 22 Feb 2016 17:51:30 +0000 (18:51 +0100)
committerPaolo Borelli <pborelli@gnome.org>
Mon, 22 Feb 2016 20:45:08 +0000 (21:45 +0100)
gdk_devices_list was removed from the API in 3.0 and it is not
in the headers. The win32 implementation lingered on by mistake.

gdk/win32/gdkinput.c

index be1313fc9f72c8b6c89cbb58a16e5d2ab90d75c8..2a6eefdc2d0c0e59aaa4ec1824f06fddf397ab0f 100644 (file)
@@ -43,12 +43,6 @@ gint              _gdk_input_ignore_core;
 GList            *_gdk_input_devices;
 GList            *_gdk_input_windows;
 
-GList *
-gdk_devices_list (void)
-{
-  return _gdk_win32_display_list_devices (_gdk_display);
-}
-
 GList *
 _gdk_win32_display_list_devices (GdkDisplay *dpy)
 {